Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWidgetPrintExporter<TContent> Class
Members


In This Topic
    NWidgetPrintExporter<TContent> Class
    In This Topic
    Represents a widget print exporter.
    Object Model
    NWidgetPrintExporter<TContent> Class
    Syntax
    'Declaration
     
    
    Public Class NWidgetPrintExporter(Of TContent As {NWidget, INPagedElement, INPrintLayoutElement}) 
       Inherits NPrintExporter(Of TContent)
    'Usage
     
    
    Dim instance As NWidgetPrintExporter(Of TContent)
    public class NWidgetPrintExporter<TContent> : NPrintExporter<TContent> 
    where TContent: NWidget, INPagedElement, INPrintLayoutElement
    Type Parameters
    TContent
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NPagedMediaExporter<TContent>
             Nevron.Nov.UI.NPrintExporter<TContent>
                Nevron.Nov.UI.NWidgetPrintExporter<TContent>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also